home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 January / EnigmA AMIGA RUN 24 (1997)(G.R. Edizioni)(IT)[!][issue 1998-01 & 02].iso / RECENT2 / mpdtc011.rdm < prev    next >
Text File  |  1997-12-16  |  4KB  |  111 lines

  1. Short:    MPEG audio datatype V1.1
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/dtype
  5.  
  6. INTRODUCTION
  7.     Datatypes class for MPEG audio streams.
  8.  
  9. REQUIREMENTS
  10.     - You need at least Kick/WB 3.0.
  11.  
  12.     - mc68020/68881 (required by the included "maplay" decoder).
  13.       This datatype checks the CPU installed and rejects any attempt to
  14.       open it if the CPU/FPU is not available.
  15.  
  16.     - ixemul.library V46.1 or higer (required by the included "maplay"
  17.       decoder)
  18.  
  19.     - "datatypes/sound.datatype", >= V39.
  20.  
  21. USAGE
  22.     If the datatypes descriptor file was activated, any attempt to load
  23.     a MPEG audio stream using GMultiView, MultiView, AmigaGuide or
  24.     SwitchWindow will load and play the sample.
  25.  
  26.     If you want to save the current sample in mpegaudio.datatype's local
  27.     format, use MultiView's "Project/Save As..." menu (or GMultiView's
  28.     "Project/Save As Raw...").
  29.     (NOT IMPLEMENTED YET)
  30.  
  31. INSTALLATION
  32.     After unpacking this archive:
  33.     Because this version does not include an Installer script, you have
  34.     to do the installation manually through the shell:
  35.  
  36.       - Unpack this archive and copy the "mpegaudio.datatype" to
  37.         SYS:Classes/DataTypes:
  38.  
  39.  Copy CLONE FROM "mpegaudio.datatype" TO
  40.    "SYS:Classes/DataTypes/mpegaudio.datatype"
  41.  
  42.       - Then copy the datatypes descriptor into the DEVS:DataTypes
  43.         directory.
  44.         If the descriptor already exists, you should not replace it,
  45.         otherwise you may loose "toolnodes" and other settings stored in
  46.         the existing descriptor.
  47.  
  48.  Copy CLONE FROM "MPEG Audio(%|.info)" TO DEVS:Datatypes/
  49.  
  50. NOTE
  51.     The datatype "hooks" on an external mpeg audio decoder.
  52.     Currently, a own version of "maplay" is used here (which is
  53.     __very__ slow).
  54.     Usage of Stephane Tavendard's "mpega" would be possible, but
  55.     due a bug in mpega (<=2.4) the output seems to be unuseable
  56.     (for the main purpose "mpegaudio.datatype" was written for).
  57.     The bug causes that if the sample is played back in sync with
  58.     a video, the sample got from "mpega" runs a few secs behind
  59.     the video, which looks/sounds very ugly. Using the included
  60.     "maplay", this won't occur.
  61.  
  62. SOURCE
  63.     Source is fully included here.
  64.  
  65. AUTHOR
  66.     If you want to blame me, report any bugs, or wants a new version
  67.     send your letter to:
  68.                     Roland Mainz
  69.                     Hohenstaufenstraße 8
  70.                     52388 Nörvenich
  71.                     GERMANY
  72.  
  73.     Phone: (+49)(0)2426/901568
  74.     Fax:   (+49)(0)2426/901569
  75.  
  76.     EMAIL is also available (if you want to send me attachments
  77.     larger than 1MB (up to 5MB, more with my permission):
  78.  
  79.     GISBURN@w-specht.rhein-ruhr.de
  80.  
  81.     Up to December 1997 I'm reachable using this email address, too:
  82.     Reinhold.A.Mainz@KBV.DE
  83.  
  84.     | Please put your name and address in your mails !
  85.     | German mailers should add their phone numbers.
  86.     | See BUGS section above when submitting bug reports.
  87.  
  88.     Sorry, but I can only look once a week for mails.
  89.     If you don't hear something from me within three weeks, please
  90.     send your mail again (but watch about new releases) (problems with
  91.     this email port are caused by reconfigurations, hackers, network
  92.     problems etc.).
  93.  
  94.     The  entire  "mpegaudio.datatype"  package  may  be  noncommercially
  95.     redistributed, provided  that  the package  is always  distributed
  96.     in it's complete  form (including it's documentation). A small
  97.     copy fee  for media costs is okay but any kind of commercial
  98.     distribution is strictly forbidden without my permission !
  99.     Comments and suggestions how to improve this program are
  100.     generally appreciated!
  101.  
  102.     Thanks to David Junod, who wrote the datatypes environment and lots
  103.     of the datatypes example code, Matt Dillon for his DICE, Olaf
  104.     'Olsen' Barthel for his help, ideas and some text clips from his
  105.     documentations.
  106.  
  107. ----
  108.  
  109. Bye,
  110. Roland
  111.